Special:Log and the logging table -- unified logging scariness!
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 24 Aug 2004 08:11:46 +0000 (08:11 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 24 Aug 2004 08:11:46 +0000 (08:11 +0000)
commit41e752879cd906767c8473bb124345e8beb190e6
tree4e5447b7464c816ad654b5770270f84a2ee74ae7
parent114dcf5e5e347d7def989df2c502c5668df63aed
Special:Log and the logging table -- unified logging scariness!

Replaces the ugly, often breaking, manually archived log pages with
a nice clean table which can be sorted, trimmed, viewed in pieces, etc.
You can see all logged actions by some user, or affecting some page,
and can combine the views of all all logs in one.

There are probably still some broken things in here, but I want this
committed before the patch gets any bigger.

recentchanges table is altered to make rc_namespace signed so Special:
links can be listed in it.
15 files changed:
RELEASE-NOTES
config/index.php
includes/Article.php
includes/Image.php
includes/LogPage.php
includes/SpecialBlockip.php
includes/SpecialIpblocklist.php
includes/SpecialLog.php [new file with mode: 0644]
includes/SpecialMakesysop.php
includes/SpecialPage.php
includes/SpecialUndelete.php
languages/Language.php
maintenance/archives/patch-logging.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc